home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / pmcamera.zip / PMCAMERA.AVL next >
Text File  |  1993-03-13  |  6KB  |  117 lines

  1. ============================================
  2. === Availabilty Notice for PMCAMERA 1.24 ===
  3. ============================================
  4.  
  5. Owner  : J. von Kaenel (JVK at ZURLVM1)
  6.  
  7. Authors: J. von Kaenel (JVK at ZURLVM1)
  8.          K. von Kaenel (KVK at CHVM1)
  9.  
  10. Requirements:
  11. -------------
  12. - This version of PMCAMERA requires at least OS/2 1.2
  13. - for the PSEG38PP file the PBIN2PSE EXEC from the PBRUSHUT PACKAGE on
  14.   PCTOOLS is required. Issue the following command on a VM host to get
  15.   this exec:
  16.   TOOLS SENDTO PLKSK PCTOOLS PCTOOLS GET PBIN2PSE EXEC
  17.  
  18. Abstract:
  19. ---------
  20. PMCamera has the ability to take screen shots of OS/2 Presentation Manager
  21. screens, screen parts or windows. The taken pictures may be saved in
  22. OS/2 BMP (1.1) file format, PSEG38PP or PostScript format.
  23. It may also be put into the Cliboard for use by other applications.
  24.  
  25. BMP files are saved in a 1.1 format with 8, 4 or 1 bit(s) per pixel
  26. depending on the display capabilites.
  27.  
  28. PSE files are binary equivalent to PSEG38PP or PSEG3820 files on the host.
  29. They are especially useful for inclusion into BookMaster Documents. To
  30. include them into host documents, upload the .pse file binary to the host
  31. and convert them into a real PSEG38PP or PSEG3820 by using the PBIN2PSE
  32. EXEC (PSEG38PP and PSEG3820 files are identical, they can be converted into
  33. each other by renaming).
  34. To generate a PSE file, a halftoning process has to be applied. It is possible
  35. to select among 4 types (Diagonal, Diamond, Circle and Square) and
  36. three sizes (4x4, 6x6 and 8x8) of dither matrices.
  37. The output may be scaled by an arbitrary factor between 0.1 and 10.0
  38. during the halftone operation. This process takes quite some time.
  39.  
  40. PostScript are generated as color image, black and white image of by using a
  41. special technique, where each pixel is mapped to a colored square. The special
  42. technique is useful when it is not clear whether a color printer is available
  43. or not (Note: this may however require several hours to print large images!).
  44. The PostScript file can be generated in two flavors: PS which is printable, and
  45. EPS which is for inclusion into other PostScript files (e.g. via Page Maker).
  46. They may be scaled by an arbitrary factor between 0.01 and 10.00 or fit to the
  47. page (the program determines the scaling factor). Optionally the picture can
  48. be rotated (Landscape) by 90 degrees if needed.
  49.  
  50. How to install:
  51. ---------------
  52. Download the PMCAMERA HLPBIN, PMCAMERA DLLBIN and PMCAMERA EXEBIN files
  53. to any directory you like and make sure that the PMCAMERA.DLL file lies
  54. somewhere on your LIBPATH.
  55.  
  56. The following table describes the files.  The CONFIG.SYS column
  57. indicates which symbols must be changed to include access to the
  58. location where you have installed PMCAMERA.
  59.  
  60. ┌──────────────┬────────────────────────────────┬─────────────────────┐
  61. │ File         │ Description                    │ CONFIG.SYS          │
  62. ├──────────────┼────────────────────────────────┼─────────────────────┤
  63. │ PMCAMERA.EXE │ PMCAMERA Program               │ PATH                │
  64. ├──────────────┼────────────────────────────────┼─────────────────────┤
  65. │ PMCAMERA.DLL │ Hotkey Code                    │ LIBPATH             │
  66. ├──────────────┼────────────────────────────────┼─────────────────────┤
  67. │ PMCAMERA.HLP │ Online Help                    │ HELP                │
  68. └──────────────┴────────────────────────────────┴─────────────────────┘
  69.  
  70. You can add an entry for PMCAMERA in a Desktop Manager Group.  Be sure to
  71. specify the complete path where you've placed PMCAMERA.EXE.
  72.  
  73. PMCAMERA supports the following cmd line syntax:
  74.  
  75. PMCAMERA [/option] [/option] ...
  76.  
  77. The options are:
  78.  /PATH=...                     to choose the path for the file to be saved
  79.  /FILE=...                     to choose the filename of the file to be saved
  80.                                (a file name of the form XXXXXXnn will take
  81.                                 XXXXXX as the name and nn as the initial
  82.                                 file number)
  83.  /NONBR                        supresses incremntal file numbering
  84.  /FULL or /PART or /ACTive     grab the full screen, a part of it or
  85.                                the active window
  86.  
  87.  /CLIPboard or /NOCLIPboard    enable/disable save of picture to clipboard
  88.  
  89.  /BMP or /NOBMP                enable/disable save of picture as OS/2 bitmap
  90.  
  91.  /PSEG38pp or /NOPSEG38pp      enable/disable save of picture as PSEG
  92.  /PSEGSCale=...                choose scaling factor between 0.1 and 10.0
  93.  
  94.  /PS or /NOPS                  enable/disable save of picture as PostScript
  95.  /PSSCale=...                  choose scaling factor between 0.1 and 10.0
  96.  /PSFIT or /PSNOFIT            enable/disable fit to page
  97.  /PSPS or /PSEPs               save as printable (PS) file or as one for
  98.                                inclusion into other PostScript files (EPS)
  99.  /PSLAndscape or /PSPOrtrait   enable/disable rotation of picture by 90 degrees
  100.  /PSCOlor, /PSBW or /PSBOth    save in Color PostScript, PostScript (black and
  101.                                white) or a special form which uses squares to
  102.                                represent pixels and prints on either color or
  103.                                black and white printers (however very slow)
  104.  
  105.  /SOUnd or /NOSOUnd            enable/disable beep when picture is taken
  106.  /MOUse or /NOMOUse            enable/disable capturing of mouse pointer
  107.  
  108.  /DSIze=...                    select size of dither matrix: 4, 6 or 8
  109.  /DMAtrix=...                  select type of dither matrix:
  110.                                DIAGonal, DIAMond, CIrcle or SQuare
  111.  /PRIority=...                 select the priority of saving the image
  112.                                IDLe or NORmal
  113.  /MIN                          minimize PMCamera after start
  114.  
  115. the default settings are:
  116. /PATH='current directory' /FILE=PMGRAB00 /BMP /FULL
  117.